home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 24 / MacFormat n. 24 (Spain) / MacFormat 24.bin / Demos / Jungle Activated! / JungleActivated Demo / jung DEMO d / 00172_Mixer- Go BB2.ls < prev    next >
Encoding:
Text File  |  1996-10-14  |  201 b   |  10 lines

  1. on mouseUp
  2.   global gWhichSound1
  3.   set the volume of sound 12 to 0
  4.   puppetSprite(46, 1)
  5.   set the foreColor of sprite 45 to 255
  6.   set the foreColor of sprite 46 to 226
  7.   updateStage()
  8.   go("BB2")
  9. end
  10.